object EdActionForm: TEdActionForm Tag = 1 Left = 200 Top = 107 HelpContext = 590 BorderStyle = bsDialog Caption = 'Edit action' ClientHeight = 339 ClientWidth = 371 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Action_name: TLabel Tag = 2 Left = 12 Top = 8 Width = 265 Height = 13 AutoSize = False Caption = '&Action (verb):' FocusControl = edt_verb end object Label1: TLabel Tag = 3 Left = 12 Top = 49 Width = 265 Height = 13 AutoSize = False Caption = 'Action &description (context menu):' FocusControl = edt_descript end object Bevel1: TBevel Left = 4 Top = 92 Width = 361 Height = 5 Shape = bsTopLine end object Label2: TLabel Tag = 4 Left = 12 Top = 100 Width = 265 Height = 13 AutoSize = False Caption = '&Command (program):' FocusControl = edt_program end object edt_verb: TEdit Left = 12 Top = 24 Width = 265 Height = 21 TabOrder = 0 end object edt_descript: TEdit Left = 12 Top = 64 Width = 265 Height = 21 TabOrder = 1 end object edt_program: TEdit Left = 12 Top = 116 Width = 265 Height = 21 TabOrder = 2 end object btm_ProgramSearch: TButton Left = 276 Top = 116 Width = 25 Height = 21 Caption = '>>' TabOrder = 3 OnClick = btm_ProgramSearchClick end object GroupBox1: TGroupBox Left = 4 Top = 144 Width = 281 Height = 189 Caption = ' ' TabOrder = 5 object Label3: TLabel Tag = 6 Left = 8 Top = 20 Width = 265 Height = 13 AutoSize = False Caption = 'DDE &Message:' FocusControl = edt_DDE_Message end object Label4: TLabel Tag = 7 Left = 8 Top = 60 Width = 265 Height = 13 AutoSize = False Caption = 'DDE A&pplication:' FocusControl = edt_DDE_App end object Label5: TLabel Tag = 8 Left = 8 Top = 100 Width = 265 Height = 13 AutoSize = False Caption = 'DDE Message when application is ¬ running:' FocusControl = edt_DDE_App_NotRunning end object Label6: TLabel Tag = 9 Left = 8 Top = 140 Width = 265 Height = 13 AutoSize = False Caption = 'DDE &Topic:' FocusControl = edt_DDE_Topic end object edt_DDE_Message: TEdit Left = 8 Top = 36 Width = 265 Height = 21 TabOrder = 0 end object edt_DDE_App: TEdit Left = 8 Top = 76 Width = 265 Height = 21 TabOrder = 1 end object edt_DDE_App_NotRunning: TEdit Left = 8 Top = 116 Width = 265 Height = 21 TabOrder = 2 end object edt_DDE_Topic: TEdit Left = 8 Top = 156 Width = 265 Height = 21 TabOrder = 3 end end object btn_OK: TButton Tag = 4001 Left = 280 Top = 8 Width = 85 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 OnClick = btn_OKClick end object btn_Cancel: TButton Tag = 4002 Left = 280 Top = 36 Width = 85 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object Check_Use_DDE: TCheckBox Tag = 5 Left = 16 Top = 144 Width = 109 Height = 13 Caption = '&Use DDE' TabOrder = 4 OnClick = Check_Use_DDEClick end object btn_help: TButton Tag = 4003 Left = 280 Top = 64 Width = 85 Height = 23 Caption = 'Help' TabOrder = 8 OnClick = btn_helpClick end object ResolutionFix1: TResolutionFix Left = 300 Top = 292 end object Translate1: TTranslate Tag = 6090 Left = 336 Top = 292 end end